Package-level declarations

Types

Link copied to clipboard

Fetches the Android Studio releases list from Locations.PRODUCTS_RELEASES_ANDROID_STUDIO and finds the release matching the Parameters.androidStudioVersion. From the resolved AndroidStudioReleases.Item, filters out the AndroidStudioReleases.Item.Download.link matching current OS and architecture.

Link copied to clipboard
abstract class CurrentPluginVersionValueSource : ValueSource<String, ValueSourceParameters.None>

Obtains the current IntelliJ Platform Gradle Plugin version.

Link copied to clipboard
@Serializable
data class Data(val items: List<Data.Item>)
Link copied to clipboard

Obtains the architecture of the provided Java Runtime executable by requesting the list of its internal properties.

Link copied to clipboard

Obtains the list of coordinates from module descriptors provided by the IntelliJ Platform.

Link copied to clipboard

Provides a complete list of binary IntelliJ Platform product releases matching the given FilterParameters criteria.

Functions

Link copied to clipboard
fun ProductReleasesValueSource(providers: ProviderFactory, resources: ResourceHandler, extensionProvider: Provider<IntelliJPlatformExtension>, configure: ProductReleasesValueSource.FilterParameters.() -> Unit = {}): Provider<List<String>>

Factory for creating the ProductReleasesValueSource instance to simplify providing product releases XML files and default FilterParameters filter values.

Link copied to clipboard

Extension function for the IntelliJPlatformExtension.VerifyPlugin.Ides extension to let filter IDE binary releases just using FilterParameters.